home *** CD-ROM | disk | FTP | other *** search
/ DOS Vuser Deluxe 2003 October / DOS Vuser Deluxe 2003 Oct - Disc 1.iso / FREE / INTERNET / iria107a.lzh / script / onresponse.ipy < prev    next >
Text File  |  2000-11-23  |  389b  |  19 lines

  1.  
  2. #name=OnResponse sample
  3. #version=0.0
  4. #author=
  5. #date=
  6. #comment=HTTPâîâXâ|âôâXé╠îπé╔î─é╬éΩé▄é╖
  7. #func=OnResponse
  8. #category=download
  9. #param_comment=
  10.  
  11. from gaogaolib import *
  12.  
  13. def OnResponse(url,redirect_url,status_num,status_msg,headers,item,param):
  14.     r'''HTTPâîâXâ|âôâXé╠îπé╔î─é╬éΩé▄é╖üBò╘Ælé═âtâëâO'''
  15.     print r'''OnResponse Test'''
  16.     return IGNORE
  17. #end OnResponse
  18.  
  19.